home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #1 / Cd 1 (black) - 2001.iso / K-CS.dcr / 02790.ls < prev    next >
Encoding:
Text File  |  2000-11-15  |  121 b   |  11 lines

  1. global Errorcount
  2.  
  3. on new me
  4.   set Errorcount to 0
  5.   set the visible of sprite 98 to 1
  6. end
  7.  
  8. on exitFrame
  9.   go(#loop)
  10. end
  11.